home *** CD-ROM | disk | FTP | other *** search
- object NotifyMessage: TNotifyMessage
- Left = 292
- Top = 179
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Mail Notification'
- ClientHeight = 114
- ClientWidth = 206
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 50
- Top = 32
- Width = 137
- Height = 13
- Caption = 'You have received new mail.'
- end
- object infoImage: TImage
- Left = 4
- Top = 21
- Width = 42
- Height = 39
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Button1: TButton
- Left = 73
- Top = 76
- Width = 60
- Height = 24
- Cancel = True
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Timer1: TTimer
- Interval = 60000
- OnTimer = Timer1Timer
- Left = 176
- end
- end
-